Not able to delete wall comments |
| |||
Hello, Someone posted on my wall on my social networking and im not able to find an option to delete his comment as I do not like his comment and don't want someone else to see it, some personal reasons. How to remove comments/wall posts? I found an option to hide them, but I want to remove and not to hide. :-/
|
| |||
Please help me, someone!
|
| |||
you'll have to remove it manually from your database. i'm using an old hacked version of jcow, so i don't have a clue about anything recent.. but start looking in _streams or something similar.. it's probably in there. once you find it, you'll be able to edit it to your liking. keep in mind that a mistake in a database edit can render your site inoperable.. always make a back-up copy before you start screwing around in there.
|
| |||
What do you mean by "old hacked version of jcow" ?
|
| |||
[quote=asmar]Hello, Someone posted on my wall on my social networking and im not able to find an option to delete his comment as I do not like his comment and don't want someone else to see it, some personal reasons. How to remove comments/wall posts? I found an option to hide them, but I want to remove and not to hide. :-/ [/quote] in fact the "hide" option is delete not hide ... <input type="hidden" name="streamid" value="'.$row['id'].'" /><a href="#" class="stream_delete">'.t('Hide').'</a>'; you see ! just named "hide" . fantastica
2
|
| |||
[quote=asmar]What do you mean by "old hacked version of jcow" ?[/quote] what i mean is, an overly modified version of 3.x - the free version, not the pro version.
|
| |||
[quote=fantastica] in fact the "hide" option is delete not hide ... <input type="hidden" name="streamid" value="'.$row['id'].'" /><a href="#" class="stream_delete">'.t('Hide').'</a>'; you see ! just named "hide" . fantastica [/quote] emm.. how about if i want add this on comment wall post?? can its hide also the wall comment post? hope u can understand...
|
| |||
[quote=king10magi] emm.. how about if i want add this on comment wall post?? can its hide also the wall comment post? hope u can understand... [/quote] sory no idid not understand you !!!
|
| |||
hah?.. wall comment also have hide? i cant find on my jcow.. i mean the {comment} not the {wall post} but .. how can i add the hide function that is..
|
| |||
[quote=king10magi]hah?.. wall comment also have hide? i cant find on my jcow.. i mean the {comment} not the {wall post} but .. how can i add the hide function that is.. [/quote] do you mean to hide the box of the comment after post the comment box?? i mean after write then click comment > hide the box ? is this what you want my friend ??
|
| |||
@asmar - did you ever get this fixed?
|
| |||
i try to implement comment delete, but no success.. it just hide and then when refresh it come back and not hide permanently... somebody please help.. my jcow demo site: [url]http://iwebs.tk[/url]
|